home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 August / Oasis demo.iso / Office / Claris13 / CLARIS.DIR / 00037_Script_37 < prev    next >
Text File  |  1997-06-11  |  143b  |  13 lines

  1. on gopass
  2.   
  3.   if the keypressed = "return" then
  4.     
  5.     
  6.     go to frame "nopass"
  7.   else
  8.     nothing
  9.   end if
  10. end if
  11.  
  12.  
  13. end gopass